(find-buffer-file-type-coding-system): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2000 11:27:40 +0000 (11:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2000 11:27:40 +0000 (11:27 +0000)
lisp/dos-w32.el

index 901c7bac141ee37cb0d4a602eca3389ca4b27bf8..18ae57e22a7c966a1ab62d2b663f81aded09028a 100644 (file)
@@ -98,8 +98,8 @@ upon the filename, the contents of `untranslated-filesystem-list' and
 `file-name-buffer-file-type-alist', and whether the file exists:
 
   If it matches in `untranslated-filesystem-list':
-    If the file exists:                                        `no-conversion'
-    If the file does not exist:                                `undecided'
+    If the file exists:                                        `undecided'
+    If the file does not exist:                                `undecided-unix'
   If it matches in `file-name-buffer-file-type-alist':
     If the match is t (for binary):                    `no-conversion'
     If the match is nil (for dos-text):                        `undecided-dos'